de.ueberdosis.mp3info
Class UndersizedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.ueberdosis.mp3info.UndersizedException
All Implemented Interfaces:
java.io.Serializable

public class UndersizedException
extends java.lang.Exception

Marker Exception used if more data is needed than we got.

See Also:
Serialized Form

Constructor Summary
UndersizedException(int got, int needed)
           
UndersizedException(java.lang.String message)
           
UndersizedException(java.lang.String message, int got, int needed)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndersizedException

public UndersizedException(java.lang.String message)

UndersizedException

public UndersizedException(java.lang.String message,
                           int got,
                           int needed)

UndersizedException

public UndersizedException(int got,
                           int needed)